home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / lisp / makefile < prev    next >
Encoding:
Makefile  |  1994-04-23  |  300 b   |  16 lines

  1. #
  2. # Maintainence productions for the Lisp directory
  3. #
  4. SOURCES = *.el COPYING Makefile
  5. lisptagsfiles = [a-zA-Z]*.el term/[a-zA-Z]*.el
  6.  
  7. unlock:
  8.     chmod u+w $(SOURCES)
  9.  
  10. relock:
  11.     chmod -w $(SOURCES)
  12.     chmod +w version.el finder-inf.el loaddefs.el
  13.  
  14. TAGS: $(lisptagsfiles)
  15.     ../lib-src/etags $(lisptagsfiles)
  16.